Html Css Color HEX #C67129 Ochre

📋 copy color: '#C67129'

red 198 ◦ green 113 ◦ blue 41

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

Shades of Ochre #C67129

Tints of Ochre #C67129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 56.25%
G = 32.1%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C67129 (or 0xC67129) is known color: Ochre. HEX triplet: C6, 71 and 29. RGB value is (198,113,41). Sum of RGB (Red+Green+Blue) = 198+113+41=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C67129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67129 is #398ED6. Grayscale: #828282. Windows color (decimal): -3772119 or 2716102. OLE color: 2716102.

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

Color convert

RGB 198 113 41 -
CMYK 0 0.43 0.79 0.22
HSL 27.52º 0.66% 0.47% -
HSV(B) 27.52º 0.79% 0.78% -
XYZ 29.59 23.98 5.17 -
YUV 130.21 77.66 176.35 -
System Red Green Blue C M Y K H S L
Decimal 198 113 41 0 0.43 0.79 0.22 27.52 0.66 0.47
Hex C6 71 29 0 2B 4F 16 1C 42 2F
Octal 306 161 51 0 53 117 26 34 102 57
Binary 11000110 1110001 101001 0 101011 1001111 10110 11100 1000010 101111

Color Harmonies of #C67129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67129

Black with #C67129

Text Example


Text Example

White with #C67129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67129; }

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

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

background-color css

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

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

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

border-color css

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

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

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