Html Css Color HEX #C67725 Ochre

📋 copy color: '#C67725'

red 198 ◦ green 119 ◦ blue 37

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

Shades of Ochre #C67725

Tints of Ochre #C67725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 55.93%
G = 33.62%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C67725 (or 0xC67725) is known color: Ochre. HEX triplet: C6, 77 and 25. RGB value is (198,119,37). Sum of RGB (Red+Green+Blue) = 198+119+37=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C67725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67725 is #3988DA. Grayscale: #858585. Windows color (decimal): -3770587 or 2455494. OLE color: 2455494.

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

Color convert

RGB 198 119 37 -
CMYK 0 0.40 0.81 0.22
HSL 30.56º 0.69% 0.46% -
HSV(B) 30.56º 0.81% 0.78% -
XYZ 30.22 25.33 5.05 -
YUV 133.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 198 119 37 0 0.40 0.81 0.22 30.56 0.69 0.46
Hex C6 77 25 0 28 51 16 1F 45 2E
Octal 306 167 45 0 50 121 26 37 105 56
Binary 11000110 1110111 100101 0 101000 1010001 10110 11111 1000101 101110

Color Harmonies of #C67725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67725

Black with #C67725

Text Example


Text Example

White with #C67725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67725; }

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

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

background-color css

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

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

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

border-color css

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

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

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