Html Css Color HEX #C67827 Ochre

📋 copy color: '#C67827'

red 198 ◦ green 120 ◦ blue 39

#C67827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C67827

Tints of Ochre #C67827

RGB

 RED value IS 198 (77.73% from 255) = 55.46%

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 55.46%
G = 33.61%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67827 (or 0xC67827) is known color: Ochre. HEX triplet: C6, 78 and 27. RGB value is (198,120,39). Sum of RGB (Red+Green+Blue) = 198+120+39=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C67827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67827 is #3987D8. Grayscale: #868686. Windows color (decimal): -3770329 or 2586822. OLE color: 2586822.

HSL color Cylindrical-coordinate representation of color #C67827: hue angle of 30.57º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C67827 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 120 39 -
CMYK 0 0.39 0.80 0.22
HSL 30.57º 0.67% 0.46% -
HSV(B) 30.57º 0.8% 0.78% -
XYZ 30.37 25.59 5.26 -
YUV 134.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 198 120 39 0 0.39 0.80 0.22 30.57 0.67 0.46
Hex C6 78 27 0 27 50 16 1F 43 2E
Octal 306 170 47 0 47 120 26 37 103 56
Binary 11000110 1111000 100111 0 100111 1010000 10110 11111 1000011 101110

Color Harmonies of #C67827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67827

Black with #C67827

Text Example


Text Example

White with #C67827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67827; }

 p { color: rgb(198,120,39); }

 H1.HeaderClassName
 {
   color: #C67827;
 }
 .AnyTagClassName
 {
   color: #C67827;
 }
</style>

background-color css

<style>
 a { background-color: #C67827; }

 a { background-color: rgb(198,120,39); }

 div.DivClassName
 {
   background-color: #C67827;
 }
 .BgClassName
 {
   background-color: #C67827;
 }
</style>

border-color css

<style>
 span { border-color: #C67827; }

 span { border-color: rgb(198,120,39); }

 td.TdClassName
 {
   border-color: #C67827;
 }
 .TagClassName
 {
   border-color: #C67827;
 }
</style>