Html Css Color HEX #C67729 Ochre

📋 copy color: '#C67729'

red 198 ◦ green 119 ◦ blue 41

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

Shades of Ochre #C67729

Tints of Ochre #C67729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 55.31%
G = 33.24%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C67729 (or 0xC67729) is known color: Ochre. HEX triplet: C6, 77 and 29. RGB value is (198,119,41). Sum of RGB (Red+Green+Blue) = 198+119+41=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C67729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67729 is #3988D6. Grayscale: #868686. Windows color (decimal): -3770583 or 2717638. OLE color: 2717638.

HSL color Cylindrical-coordinate representation of color #C67729: hue angle of 29.81º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C67729 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 119 41 -
CMYK 0 0.40 0.79 0.22
HSL 29.81º 0.66% 0.47% -
HSV(B) 29.81º 0.79% 0.78% -
XYZ 30.29 25.36 5.4 -
YUV 133.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 198 119 41 0 0.40 0.79 0.22 29.81 0.66 0.47
Hex C6 77 29 0 28 4F 16 1E 42 2F
Octal 306 167 51 0 50 117 26 36 102 57
Binary 11000110 1110111 101001 0 101000 1001111 10110 11110 1000010 101111

Color Harmonies of #C67729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67729

Black with #C67729

Text Example


Text Example

White with #C67729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67729; }

 p { color: rgb(198,119,41); }

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

background-color css

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

 a { background-color: rgb(198,119,41); }

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

border-color css

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

 span { border-color: rgb(198,119,41); }

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