Html Css Color HEX #C67629 Ochre

📋 copy color: '#C67629'

red 198 ◦ green 118 ◦ blue 41

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

Shades of Ochre #C67629

Tints of Ochre #C67629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 55.46%
G = 33.05%
B = 11.48%

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

#C67629 (or 0xC67629) is known color: Ochre. HEX triplet: C6, 76 and 29. RGB value is (198,118,41). Sum of RGB (Red+Green+Blue) = 198+118+41=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C67629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67629 is #3989D6. Grayscale: #858585. Windows color (decimal): -3770839 or 2717382. OLE color: 2717382.

HSL color Cylindrical-coordinate representation of color #C67629: hue angle of 29.43º 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 #C67629 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 41 -
CMYK 0 0.40 0.79 0.22
HSL 29.43º 0.66% 0.47% -
HSV(B) 29.43º 0.79% 0.78% -
XYZ 30.17 25.12 5.36 -
YUV 133.14 76 174.26 -
System Red Green Blue C M Y K H S L
Decimal 198 118 41 0 0.40 0.79 0.22 29.43 0.66 0.47
Hex C6 76 29 0 28 4F 16 1D 42 2F
Octal 306 166 51 0 50 117 26 35 102 57
Binary 11000110 1110110 101001 0 101000 1001111 10110 11101 1000010 101111

Color Harmonies of #C67629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67629

Black with #C67629

Text Example


Text Example

White with #C67629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67629; }

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

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

background-color css

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

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

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

border-color css

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

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

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